DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollectionBase<T> Class / DisconnectAsyncOverride Method
The cancellation token.

In This Topic
    DisconnectAsyncOverride Method (C1EntityFrameworkCoreVirtualDataCollectionBase<T>)
    In This Topic
    When overridden, this method is used to finalize the collection.
    Syntax
    'Declaration
     
    Protected Overridable Function DisconnectAsyncOverride( _
       ByVal cancellationToken As CancellationToken _
    ) As Task
    protected virtual Task DisconnectAsyncOverride( 
       CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The cancellation token.
    See Also